home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00548.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  338 b   |  15 lines

  1. on exitFrame
  2.   global s4, e4, s5, e5, curSND
  3.   set curSND to "fict1.aif"
  4.   sound fadeIn 1, 180
  5.   puppetSound("fict1.aif")
  6.   set s4 to the number of cast "slf1"
  7.   set s5 to s4
  8.   set e4 to the number of cast "elf1"
  9.   set e5 to e4
  10.   set the cursor of sprite 4 to [50, 51]
  11.   set the cursor of sprite 5 to [50, 51]
  12.   setnavi()
  13.   movPrep()
  14. end
  15.